home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / org.gnome.GConf.Defaults.conf < prev    next >
Extensible Markup Language  |  2009-10-07  |  570b  |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
  2.  
  3. <!DOCTYPE busconfig PUBLIC
  4.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- Only root can own the service -->
  9.   <policy user="root">
  10.     <allow own="org.gnome.GConf.Defaults"/>
  11.     <allow send_destination="org.gnome.GConf.Defaults"/>
  12.   </policy>
  13.  
  14.   <!-- Allow anyone to invoke methods on the interfaces -->
  15.   <policy context="default">
  16.     <allow send_destination="org.gnome.GConf.Defaults"/>
  17.   </policy>
  18.  
  19. </busconfig>
  20.